chore(submodules): update submodule SHAs to latest commits#16909
Merged
graphite-app[bot] merged 1 commit intomainfrom Dec 15, 2025
Merged
chore(submodules): update submodule SHAs to latest commits#16909graphite-app[bot] merged 1 commit intomainfrom
graphite-app[bot] merged 1 commit intomainfrom
Conversation
Member
Author
Merge activity
|
Updates submodule dependencies to their latest commits. ## Changes - test262: `c0cf527` → `947fee3` - babel: `3591b24` → `84d21e4` - TypeScript: `c21f73f` → `0a07132` - estree-conformance: `1f2816b` → `e0aa1b4` This PR is automatically generated by the [update_submodules workflow](https://github.com/oxc-project/oxc/blob/main/.github/workflows/update_submodules.yml).
c76d00a to
3bd0554
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is an automated update of four submodule dependencies (test262, babel, TypeScript, and estree-conformance) to their latest commits. The updates are reflected in both the clone script that specifies the commit SHAs and in the test coverage snapshots that track test results against these submodules.
Key Changes:
- Updated submodule commit SHAs in the parallel clone script
- Refreshed all test coverage snapshots with new commit references and updated test counts
- Test262 update added 16 new tests (46437→46453), improving estree conformance by fixing 4 Chinese calendar-related tests
Reviewed changes
Copilot reviewed 5 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/scripts/clone-parallel.sh |
Updated TEST262_SHA, BABEL_SHA, TYPESCRIPT_SHA, and ESTREE_CONFORMANCE_SHA to latest commits |
tasks/transform_conformance/snapshots/*.snap.md |
Updated babel commit SHA from 3591b24e to 84d21e4e in transform conformance snapshots |
tasks/coverage/snapshots/tsc_diagnostics_codes.snap |
Updated TypeScript commit SHA and added diagnostic code 1540 |
tasks/coverage/snapshots/transpile.snap |
Updated TypeScript commit SHA from c21f73fd to 0a071327 |
tasks/coverage/snapshots/transformer_typescript.snap |
Updated TypeScript commit SHA and test counts (9833→9840 files) |
tasks/coverage/snapshots/transformer_test262.snap |
Updated test262 commit SHA and test counts (46437→46453 files) |
tasks/coverage/snapshots/transformer_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
tasks/coverage/snapshots/semantic_typescript.snap |
Updated TypeScript commit SHA, test counts (6159→6164), and added semantic errors for new test files |
tasks/coverage/snapshots/semantic_test262.snap |
Updated test262 commit SHA and test counts (46437→46453, 44785→44801 passed) |
tasks/coverage/snapshots/semantic_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
tasks/coverage/snapshots/parser_typescript.snap |
Updated TypeScript commit SHA and test counts (9833→9840 parsed, 9823→9830 passed) |
tasks/coverage/snapshots/parser_test262.snap |
Updated test262 commit SHA and test counts (46437→46453) |
tasks/coverage/snapshots/parser_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
tasks/coverage/snapshots/minifier_test262.snap |
Updated test262 commit SHA and test counts (44019→44035) |
tasks/coverage/snapshots/minifier_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
tasks/coverage/snapshots/formatter_typescript.snap |
Updated TypeScript commit SHA and test counts (9833→9840, 9826→9833 passed) |
tasks/coverage/snapshots/formatter_test262.snap |
Updated test262 commit SHA and test counts (46437→46453, 46434→46450 passed) |
tasks/coverage/snapshots/formatter_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
tasks/coverage/snapshots/estree_typescript.snap |
Updated TypeScript commit SHA and test counts (9759→9771, 9753→9765 passed) |
tasks/coverage/snapshots/estree_test262.snap |
Updated test262 commit SHA, test counts (46189→46205), and removed 4 previously failing Chinese calendar tests |
tasks/coverage/snapshots/estree_acorn_jsx.snap |
Updated estree-conformance commit SHA from 1f2816b2 to e0aa1b46 |
tasks/coverage/snapshots/codegen_typescript.snap |
Updated TypeScript commit SHA and test counts (9833→9840) |
tasks/coverage/snapshots/codegen_test262.snap |
Updated test262 commit SHA and test counts (46437→46453) |
tasks/coverage/snapshots/codegen_babel.snap |
Updated babel commit SHA from 3591b24e to 84d21e4e |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates submodule dependencies to their latest commits.
Changes
c0cf527→947fee33591b24→84d21e4c21f73f→0a071321f2816b→e0aa1b4This PR is automatically generated by the update_submodules workflow.